home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / tan.z / tan
Encoding:
Text File  |  1998-10-30  |  3.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTAAAANNNN((((3333FFFF))))                                                                TTTTAAAANNNN((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tan, dtan, qtan, tand, dtand, qtand - FORTRAN tangent intrinsic function
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      rrrreeeeaaaallll rrrr1111,,,, rrrr2222
  13.      ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
  14.      rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
  15.      rrrreeeeaaaallll****4444 rrrr3333,,,, rrrr4444
  16.      rrrreeeeaaaallll****8888 ddddpppp3333,,,, ddddpppp4444
  17.      rrrreeeeaaaallll****11116666 qqqqpppp3333,,,, qqqqpppp4444
  18.  
  19.      rrrr2222 ==== ttttaaaannnn((((rrrr1111))))
  20.  
  21.      ddddpppp2222 ==== ddddttttaaaannnn((((ddddpppp1111))))
  22.      ddddpppp2222 ==== ttttaaaannnn((((ddddpppp1111))))
  23.  
  24.      qqqqpppp2222 ==== qqqqttttaaaannnn((((qqqqpppp1111))))
  25.      qqqqpppp2222 ==== ttttaaaannnn((((qqqqpppp1111))))
  26.  
  27.      rrrr4444 ==== ttttaaaannnndddd((((rrrr3333))))
  28.  
  29.      ddddpppp4444 ==== ddddttttaaaannnndddd((((ddddpppp3333))))
  30.      ddddpppp4444 ==== ttttaaaannnndddd((((ddddpppp3333))))
  31.  
  32.      qqqqpppp4444 ==== qqqqttttaaaannnndddd((((qqqqpppp3333))))
  33.      qqqqpppp4444 ==== ttttaaaannnndddd((((qqqqpppp3333))))
  34.  
  35. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  36.      _t_a_n returns the real tangent of its real argument, _d_t_a_n returns the
  37.      double-precision tangent of its double-precision argument, and _q_t_a_n
  38.      returns the real*16 tangent of its real*16 argument.  The argument for
  39.      _t_a_n, _d_t_a_n, and _q_t_a_n must be in radians and is treated modulo 2*Pi.
  40.  
  41.      The generic _t_a_n function becomes _d_t_a_n as required with a double-precision
  42.      argument, and _q_t_a_n as required with a real*16 argument.
  43.  
  44.      _t_a_n_d returns the real*4 tangent of its real*4 argument.  The argument for
  45.      _t_a_n_d must be in degrees and is treated modulo 360.  _d_t_a_n_d returns the
  46.      real*8 tangent of its real*8 argument.  _q_t_a_n_d returns the real*16 tangent
  47.      of its real*16 argument.  The generic _t_a_n_d function becomes _d_t_a_n_d as
  48.      required with a real*8 argument, and _q_t_a_n_d as required with a real*16
  49.      argument.
  50.  
  51. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  52.      trig(3M).
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.